home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-mx3 / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  628 b   |  26 lines

  1. menu "MX3 Options"
  2.     depends on ARCH_MX3
  3.  
  4. config MACH_MX31ADS
  5.     bool "Support MX31ADS platforms"
  6.     default y
  7.     help
  8.       Include support for MX31ADS platform. This includes specific
  9.       configurations for the board and its peripherals.
  10.  
  11. config MACH_PCM037
  12.     bool "Support Phytec pcm037 platforms"
  13.     help
  14.       Include support for Phytec pcm037 platform. This includes
  15.       specific configurations for the board and its peripherals.
  16.  
  17. config MACH_MX31LITE
  18.     bool "Support MX31 LITEKIT (LogicPD)"
  19.     default n
  20.     help
  21.       Include support for MX31 LITEKIT platform. This includes specific
  22.       configurations for the board and its peripherals.
  23.  
  24. endmenu
  25.  
  26.